<Code Lib>
2022 Method
Changes 0
M

PathOfTravel.UpdateMultiple(Document, IList<ElementId>)

Description:
Updates the specified paths of travel by recalculating each path using their original start and end points.
Remarks:
For unsuccessfully updated elements, Revit will post warnings.
Overloads (2):
UpdateMultiple(Document,IList[ElementId])

public static int UpdateMultiple(
	Document adoc,
	IList<ElementId> elementsToUpdate
)

Return Value int number of successfully updated elements

Loading…